home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00099_Script_99 < prev    next >
Text File  |  1999-03-05  |  354b  |  15 lines

  1. on mousedown
  2.   global currentproject,currentpage
  3.   
  4.   if currentproject < 79 then
  5.     set currentproject = currentproject + 1
  6.     set currentpage = currentpage + 1
  7.   else
  8.     set currentproject = 59
  9.     set currentpage = 59
  10.   end if
  11.   gotoPage currentproject,line currentproject of field "project",line currentpage of field "pages"
  12.   
  13. end
  14.  
  15.